home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Shareware / Shape Smash / shape-smash.swf / scripts / mx / core / IPropertyChangeNotifier.as < prev    next >
Encoding:
Text File  |  2010-05-14  |  168 b   |  11 lines

  1. package mx.core
  2. {
  3.    import flash.events.IEventDispatcher;
  4.    
  5.    public interface IPropertyChangeNotifier extends IEventDispatcher, IUID
  6.    {
  7.       
  8.    }
  9. }
  10.  
  11.